-
- 459 views
- 5 answers
- 0 votes
-
- 406 views
- 1 answers
- 0 votes
-
I have been trying to get the value inside of [Display(Name = ”)] to display with an integer input. I’ve …
- 340 views
- 1 answers
- 0 votes
-
I have three different types of enums (itemsA, itemsB and itemsC) and a Class "Product". So far, I’m passing one …
- 384 views
- 3 answers
- 0 votes
-
I like to make a generic enum that accepts anything. For this example I use TaskStatus, but in the future, …
- 393 views
- 3 answers
- 0 votes
-
This is a pretty rare case and I have tried googled around but unfortunately nothing came out. Basically I wanted …
- 357 views
- 1 answers
- 0 votes
-
I’m learning REST by going thru this tutorial. It first runs: ClientAllOrders(), which creates 5 orders. Then it runs: ClientDeleteById(), …
- 381 views
- 2 answers
- 0 votes
-
Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so …
- 351 views
- 0 answers
- 0 votes
-
In my build.gradle I use a converter in my forcedTypes. This works fine where i need it. forcedType { userType …
- 389 views
- 1 answers
- 0 votes
-
Just like in the title. Is it possible? for example: interface Data { operationNumber: number, type: string, text: string } …
- 347 views
- 0 answers
- 0 votes